runtime.mspan.manualFreeList (field)
13 uses
runtime (current package)
mheap.go#L431: manualFreeList gclinkptr // list of free objects in mSpanManual spans
mheap.go#L1454: s.manualFreeList = 0
stack.go#L207: if s.manualFreeList.ptr() != nil {
stack.go#L221: x.ptr().next = s.manualFreeList
stack.go#L222: s.manualFreeList = x
stack.go#L226: x := s.manualFreeList
stack.go#L230: s.manualFreeList = x.ptr().next
stack.go#L232: if s.manualFreeList.ptr() == nil {
stack.go#L245: if s.manualFreeList.ptr() == nil {
stack.go#L249: x.ptr().next = s.manualFreeList
stack.go#L250: s.manualFreeList = x
stack.go#L269: s.manualFreeList = 0
stack.go#L1318: s.manualFreeList = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |